home *** CD-ROM | disk | FTP | other *** search
/ BUG 1 / BUGCD1996_0708.ISO / pc / util / minilin / minilin.exe / KSH_STUF.{_F / PROFILE < prev   
Text File  |  1993-06-17  |  328b  |  21 lines

  1. # commands common to all logins
  2. PATH=".:~/bin:/usr/bin/X11:/usr/bin:/bin:/etc"
  3. LESS=-MM
  4. PS1='`whoami`:$PWD# '
  5.  
  6. PS2='> '
  7. alias dir='ls -l'
  8. alias ls='ls -F'
  9. alias which='type -path'
  10. alias x11='startx'
  11. export PATH DISPLAY LESS TERM PS1 PS2
  12. export XDVIFONTS=/usr/local/lib/tex/fonts/cm/%f.%p
  13. export ENV=$HOME/.kshrc
  14. umask 022
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.